home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / DefineButton2_697 / BUTTONCONDACTION on(release).as
Text File  |  2010-11-09  |  214b  |  11 lines

  1. on(release){
  2.    if(_root.gold > 999 && _root.lvl > 4)
  3.    {
  4.       _root.wiz.duped = true;
  5.    }
  6.    if(_root.gold < 1000 or _root.population == _root.poptot or _root.lvl < 5)
  7.    {
  8.       unwiz.play();
  9.    }
  10. }
  11.